Skip to main content

Authentification

Once you have retrieved your Beyable key , you must instantiate the BEYABLE class by specifying the token.

To do that create a new file and import the Beyable Class like this:

import { Beyable } from "@beyable/sdk";
const beyable = new Beyable({
token: MY_BEYABLE_KEY,
});
export { beyable };